Return to start page
Moves vectorNumber elements from vector vector at position vectorPosition into the vector container at the specified position position, effectively inserting the specified elements into the container and removing them from vector. This increases the container size by the amount of elements inserted, and reduces the size of vector by the same amount.
-
Core/General/Struct Vector.j
i
-
-
-